Spread Windows Forms 12.0 Product Documentation
AddRange(SubItemInfo[]) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class > AddRange Method : AddRange(SubItemInfo[]) Method
A SubItemInfo array added into the collection.
Adds subitems in the specified collection to the end of the collection.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal subItems() As SubItemInfo _
) 
'Usage
 
Dim instance As SubItemCollectionInfo
Dim subItems() As SubItemInfo
 
instance.AddRange(subItems)
public void AddRange( 
   SubItemInfo[] subItems
)

Parameters

subItems
A SubItemInfo array added into the collection.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members
Overload List